home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / queue.zip / QUEUE / QUEUE.DEF < prev    next >
Text File  |  1992-10-09  |  391b  |  22 lines

  1. LIBRARY   queue
  2.  
  3.  
  4. CODE      PRELOAD MOVEABLE DISCARDABLE
  5. DATA      PRELOAD SINGLE
  6.  
  7. ;
  8. ; all unitialized global data is assumed to
  9. ; be placed in the .bss section, which is shared.
  10. ;
  11. SECTIONS
  12.    .bss READ WRITE SHARED
  13.  
  14. EXPORTS
  15.     CreateQueue         @2
  16.     OpenQueue           @3
  17.     CloseQueue          @4
  18.     ReadQueue           @5
  19.     PeekQueue           @6
  20.     WriteQueue          @7
  21.     GetQueueEventHandle    @8
  22.